home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / cpcug.zip / SDIR.DOC < prev    next >
Text File  |  1987-04-20  |  1KB  |  25 lines

  1.           SDIR (Sorted Directory)
  2.           Command
  3.  
  4.           _____________________________________________________
  5.  
  6.           Purpose:  Displays the file directory, sorted according
  7.                     to user-specified options.
  8.  
  9.           Format:   SDIR [d:][filename[.ext]] [options]
  10.  
  11.                     [filespec] same as for DIR command
  12.  
  13.                     [options] * /A - List hidden files.
  14.                               * /E - Without screen erase.
  15.                               * /P - Pause when screen full.
  16.                                 /X - Sort by extension.
  17.                                 /S - Sort by size.
  18.                                 /D - Sort by date/time.
  19.                                 /N - Do not sort, original order.
  20.  
  21.                     * Option may be combined with other options.
  22.  
  23.                     Default option is *.*, sorted by name.ext
  24.                     with screen erase.
  25.